ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / Pages Property

In This Topic
    Pages Property (DocumentBase<PageType>)
    In This Topic
    Gets or sets a reference to the document's page.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pages As IPagesCollection(Of PageType)
    public IPagesCollection<PageType> Pages {get;}
    See Also